Add external URL

You can add additional external links to ArgoCD dashboard. For example links monitoring pages or documentation instead of just ingress hosts or other apps.

ArgoCD generates a clickable links to external pages for a resource based on per resource annotation.

Example:

  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: my-svc
  5. annotations:
  6. link.argocd.argoproj.io/external-link: http://my-grafana.com/pre-generated-link

External link

The external link icon will be visible for respective resource on ArgoCD application details page.

External link